home *** CD-ROM | disk | FTP | other *** search
- echo "BME patch file"
- echo "Copyright 1992 Soft-Logik Publishing Corp."
- echo " "
- echo "This will convert BME 1.1.1 into BME 1.1.2."
- echo " "
- echo "The new program created by this patch"
- echo "is covered by the same licensing agreement"
- echo "as the old program from which the patches"
- echo "are being made."
- echo " "
- echo "Patching..."
- ;
- ;patch the executables
- lpatch -pbme.pch BME
- ;
- ;rename the old copy to .old
- rename BME as BME.old
- rename BME.info as BME.old.info
- ;
- ;rename the new copy
- rename BME.new as BME
- copy BME.old.info to BME.info
- ;
- ;cleanup
- delete lpatch
- ;
- echo " "
- echo " Finished."
-